projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3d83fd
)
Mark unused variable as such.
author
emellor@ewan
<emellor@ewan>
Tue, 20 Sep 2005 16:20:20 +0000
(17:20 +0100)
committer
emellor@ewan
<emellor@ewan>
Tue, 20 Sep 2005 16:20:20 +0000
(17:20 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendNode.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendNode.py
b/tools/python/xen/xend/XendNode.py
index d8eba55d4cc1c39f80d4c98769baab7b2f1fcf06..a1275dc47fe2caeaf1ac759f93197c0bf61ca2c5 100644
(file)
--- a/
tools/python/xen/xend/XendNode.py
+++ b/
tools/python/xen/xend/XendNode.py
@@
-36,7
+36,7
@@
class XendNode:
def reboot(self):
return 0
- def notify(self,
uri
):
+ def notify(self,
_
):
return 0
def cpu_bvt_slice_set(self, ctx_allow):